home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / linux / atari / source / source.lzh / atari-linux-0.01pl3 / tools / ftran.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-05  |  188 b   |  13 lines

  1. #ifndef _ftran_h_
  2. #define _ftran_h_
  3.  
  4. #define MAX_NAMELEN  255
  5.  
  6. struct ftranbuf {
  7.     unsigned long len;
  8.     unsigned long namelen;
  9.     unsigned char name[MAX_NAMELEN+1];
  10. };
  11.  
  12. #endif /* _ftran_h_ */
  13.